home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 27
/
CDROM27.iso
/
share
/
progra
/
mai
/
Date-Time, returning current date and time
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-07-14
|
229 b
|
8 lines
'Description: Returns current time and date
'Place the following code in a Form_Load()
appdate = date
apptime = time
nl = chr$(10) + chr$(13)
label1.caption = "Current Time : " & apptime & nl & "Todays Date : " & appdate